home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_1.3 / Include-Strip1.3 / README < prev   
Encoding:
Text File  |  1988-08-01  |  1.1 KB  |  28 lines

  1.  
  2.                          Of Special Interest
  3.                          ===================
  4.  
  5. 1. Current printer include files (required for writing 1.3 printer
  6.    drivers).
  7.  
  8. 2. New include files devices/scsidisk.h and .i, devices/hardblocks.h and .i.
  9.  
  10. 3. Lib/ddebug.lib - a parallel counterpart to debug.lib output functions.
  11.    Useful for debugging serial applications, or debugging low level
  12.    code to a parallel printer.  Has the same output functions as debug.lib,
  13.    but the names start with 'd' instead of 'k'.  See debug.lib docs
  14.    in the AW RKM Exec manual.
  15.  
  16. 4. Offs1.3/Structure.offs list by Kodiak.  A list of Amiga structure
  17.    sizes and structure member offsets.  Handy for debugging.
  18.  
  19. 5. Startups/startup1.3/ - a new startup module, startup.asm, which can
  20.    be conditionally assembled into a number of different startup.obj's
  21.    including an Astartup replacement, reentrant startups, window startup,
  22.    reentrant window startup (like More's), and no-arg startups.
  23.    Six different pre-assembled varieties are included, along with
  24.    two tutorials - UsingAmigaStartups and WritingReentrantC.
  25.  
  26.  
  27.    
  28.